JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : We have got a new blog where we post some interesting SWF internals info.

List of issuesList of issues

PreviousNext#2518 iOS 9/Android 4-6 Adobe air game: Dumb ways to die
Author:
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: new Help

Today I wanted to do my college portfolio by porting a flash game to my "New" 3DS (DWTD) however I've faced a hickup as this is my first time touching flash games, especially air flash (The flash type that no one knows about) and I kept getting this error "VerifyError: Error #1042: Not an ABC file. major_version=0 minor_version=0." there is no action script however when I tried the android version I got this error: "VerifyError: Error #1014: Class com.freshplanet.nativeExtensions::Flurry could not be found. at simple::App/addedToStage()[/Users/sam/projects/dwtd/classes/simple/App.as:103] at simple::App()[/Users/sam/projects/dwtd/classes/simple/App.as:35] at dwtd::DwtdApp()" If anyone knows how to help me deal with this problem other than giving up, please hit me up on Insta:Raaedhussein or over here, as I am losing my mind since there is absolutely no one who can help me other than this community > What steps will reproduce the problem? Decompiling and running ipa/apk swf (air) > What is the expected output? What do you see instead? error that will never be helped > What version of the product are you using? Is it "nightly build"? Which operating system do you have? Nightly 24.0.1, Windows 11 pro > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you. (There are two versions of the game that I have uploaded in the zip file)
I'm not experienced with AIR and can't help much, but could try to give some suggestions. * Are you familiar with AIR Native Extensions? * Have you downloaded the relevant extensions? * Is the compiler looking for the extensions in the correct folder? * The extensions mainly seem to be for analytics, social media integration, nothing integral to the game, they may just be removable. * Did you try the AIR support channels like Discord, or do they restrict discussion of decompilation?